﻿body
{
	color: #fff;
	font-family: 'Oswald',sans-serif;
	font-size: 22px;
	font-weight: 200;
	text-shadow: 1px 1px 1px #000;
}
a
{
	color: #fff;
}
a:hover
{
	color: #fff;
}
a i
{
	color: #ffb122;
	margin-right: 10px;
}
section.header
{
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 30px;
}
@font-face
{
	font-family: logo;
	src: url(../fonts/22.bin);
}
.logo
{
	font-family: logo;
	font-size: 65px;
	line-height: 100px;
}
.logo span
{
	color: #ffb122;
}
.sub_logo
{
	border-top: 1px solid #ffb122;
	color: #ffb122;
	font-size: 24px;
	margin-top: 2px;
	text-align: center;
	width: 290px;
}
.top_header
{
	padding: 10px 0;
}
.phone_block_number
{
	font-size: 28px;
	font-weight: 300;
}
.phone_block
{
	margin-top: 20px;
	padding-left: 50px;
}
.phone_block_service a
{
	font-size: 20px;
}
.main_header_block
{
	margin-top: 20px;
}
.main_header_block nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.main_header_block nav ul li
{
	margin: 5px 0;
}
.main_header_block nav ul li a i
{
	margin-right: 10px;
}
section.dev
{
	background-color: #ffb122;
	padding: 20px 0;
}
.dev_text h2
{
	color: #000;
	font-weight: 300;
	text-align: center;
	text-shadow: none;
}
p iframe
{
	float: right;
	margin: 0 0 15px 15px;
}
.name_block_h2 h2
{
	color: #ffb122;
	font-size: 38px;
	font-weight: 300;
	text-decoration: underline;
}
section.service
{
	background-image: url(../img/bg4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0 50px;
}
.item_service img
{
	border: 2px solid #ffb122;
	border-radius: 50%;
	transition: .3s;
	width: 100%;
}
.item_service
{
	margin-top: 30px;
	padding: 0 15px;
}
.name_service
{
	font-size: 22px;
	color:#ffd211;
	margin-top: 8px;
	text-align: center;
}
.name_service2
{
	font-size: 18px;
	color:#ffff;
	margin-top: 8px;
	text-align: center;
}
a.item_service_a:hover .item_service img
{
	box-shadow: 0 0 20px 1px #ffb122;
}
section.about_me
{
	background-image: url(../img/bg3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0;
}
.text_about_me
{
	margin-top: 20px;
}
.cert_block
{
	margin-top: 10px;
}
.cert_block img
{
	max-height: 470px;
}
section.recent
{
	background-image: url(../img/bg4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0 50px;
}
.recent_block
{
	margin-top: 15px;
	padding: 0 20px;
	text-align: center;
}
.recent_block img
{
	border: 2px solid #ffb122;
	border-radius: 50%;
	transition: .3s;
	width: 240px;
}
.recent_block_name
{
	color: #ffb122;
	font-size: 26px;
	font-weight: 400;
	margin: 15px 0;
}
.recent_block:hover img
{
	box-shadow: 0 0 20px 1px #ffb122;
}
.slick-prev:before,.slick-next:before
{
	color: #ffb122;
	opacity: .75;
}
.recents_item
{
	margin-top: 20px;
}
.slick-slide img
{
	display: inline;
}
section.contact
{
	background-image: url(../img/bg3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0 50px;
}
.numbers_contact .phone_block
{
	margin-top: 25px;
	padding-left: 0;
}
.pre_contact_footer
{
	margin-top: 20px;
}
input
{
	background-color: rgba(0,0,0,0.35);
	border: 1px solid #ffb122;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	margin: 10px 0;
	outline: none;
	padding: 5px 10px;
	width: 100%;
}
textarea
{
	background-color: rgba(0,0,0,0.35);
	border: 1px solid #ffb122;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	margin: 10px 0;
	min-height: 120px;
	outline: none;
	padding: 5px 10px;
	width: 100%;
}
.btn_recent
{
	margin-top: 40px;
	text-align: center;
}
.btn_recent a
{
	background-color: #ffb122;
	color: #000;
	font-size: 22px;
	font-weight: 300;
	margin: 10px 0;
	outline: none;
	padding: 5px 10px;
	text-shadow: none;
	transition: .3s;
}
.btn_recent a:hover
{
	box-shadow: 0 0 20px 1px #ffb122;
}
.inputs_form_contact
{
	margin-top: 20px;
}
.send_input_btn
{
	background-color: #ffb122;
	color: #000;
	cursor: pointer;
	transition: .3s;
}
.send_input_btn:hover
{
	box-shadow: 0 0 20px 1px #ffb122;
}
::-webkit-input-placeholder
{
	color: #b4b4b4;
}
::-moz-placeholder
{
	color: #b4b4b4;
}
:-ms-input-placeholder
{
	color: #b4b4b4;
}
:-moz-placeholder
{
	color: #b4b4b4;
}
section.footer
{
	background-color: #ffb122;
	padding: 2px 0;
}
.developer a
{
	color: #000;
	font-size: 20px;
	text-shadow: none;
}
.iziModal .iziModal-button
{
	opacity: 1;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title
{
	color: #000;
	font-family: 'Oswald',sans-serif;
	font-size: 26px;
	font-weight: 300;
	text-shadow: none;
}
.iziModal .iziModal-content
{
	background-image: url(../img/bg3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.service_item {
	margin-top: 50px;
	text-align: center
}

.service_item_name {
	font-size: 26px;
	margin-top: 10px
}

.service_item_btn a {
	color: #ffd211;
	border-bottom: 1px dotted #ffd211;
	text-align: center
	
}


.copy
{
	font-size: 17px;
	text-align: center;
}
.md_box .inputs_form_contact
{
	margin-top: 0;
}
.panel_call
{
	background: #FF6E1F;
	border-radius: 10px;
	bottom: 40px;
	display: none;
	height: 75px;
	position: fixed;
	right: 120px;
	text-decoration: none;
	width: 235px;
}
.panel_call p
{
	color: #fff;
	margin: auto;
}
.info_call
{
	margin-left: 10px;
	margin-top: 10px;
}
.info-call
{
	font-size: 200%;
	margin-top: -20px;
}
.info_call_number
{
	font-size: 120%;
	margin-top: -10px;
}
#popup__toggle
{
	bottom: 25px;
	position: fixed;
	right: 10px;
}
.img-circle
{
	background-color: #ffb122;
	box-sizing: content-box;
	webkit-box-sizing: content-box;
}
.circlephone
{
	animation: circle-anim 2.4s infinite ease-in-out!important;
	border: 2px solid #ffb122;
	border-radius: 100%;
	bottom: -25px;
	box-sizing: content-box;
	height: 150px;
	moz-animation: circle-anim 2.4s infinite ease-in-out!important;
	moz-border-radius: 100%;
	moz-transition: all .5s;
	ms-animation: circle-anim 2.4s infinite ease-in-out!important;
	o-animation: circle-anim 2.4s infinite ease-in-out!important;
	opacity: .5;
	o-transition: all .5s;
	position: absolute;
	right: 10px;
	transition: all .5s;
	webkit-animation: circle-anim 2.4s infinite ease-in-out!important;
	webkit-border-radius: 100%;
	webkit-box-sizing: content-box;
	webkit-transition: all .5s;
	width: 150px;
}
.circle-fill
{
	animation: circle-fill-anim 2.3s infinite ease-in-out;
	background-color: #ffb122;
	border: 2px solid transparent;
	border-radius: 100%;
	bottom: 0;
	box-sizing: content-box;
	height: 100px;
	moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
	moz-border-radius: 100%;
	moz-transition: all .5s;
	ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
	o-animation: circle-fill-anim 2.3s infinite ease-in-out;
	o-transition: all .5s;
	position: absolute;
	right: 35px;
	transition: all .5s;
	webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
	webkit-border-radius: 100%;
	webkit-box-sizing: content-box;
	webkit-transition: all .5s;
	width: 100px;
}
.img-circle
{
	border: 2px solid transparent;
	border-radius: 100%;
	bottom: 14px;
	box-sizing: content-box;
	height: 72px;
	moz-border-radius: 100%;
	opacity: 1;
	position: absolute;
	right: 49px;
	webkit-border-radius: 100%;
	webkit-box-sizing: content-box;
	width: 72px;
}
.img-circleblock
{
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: tossing;
	background-image: url(../img/phone-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: content-box;
	height: 72px;
	webkit-animation-duration: 1.5s;
	webkit-animation-iteration-count: infinite;
	webkit-animation-name: tossing;
	webkit-box-sizing: content-box;
	width: 72px;
}
.img-circle:hover
{
	opacity: 1;
}
@keyframes pulse
{
	0%
	{
		opacity: 1;
		transform: scale(0.9);
	}
	50%
	{
		opacity: 1;
		transform: scale(1);
	}
	100%
	{
		opacity: 1;
		transform: scale(0.9);
	}
}
@-webkit-keyframes pulse
{
	0%
	{
		opacity: 1;
		webkit-transform: scale(0.95);
	}
	50%
	{
		opacity: 1;
		webkit-transform: scale(1);
	}
	100%
	{
		opacity: 1;
		webkit-transform: scale(0.95);
	}
}
@keyframes tossing
{
	0%
	{
		transform: rotate(-8deg);
	}
	50%
	{
		transform: rotate(8deg);
	}
	100%
	{
		transform: rotate(-8deg);
	}
}
@-webkit-keyframes tossing
{
	0%
	{
		webkit-transform: rotate(-8deg);
	}
	50%
	{
		webkit-transform: rotate(8deg);
	}
	100%
	{
		webkit-transform: rotate(-8deg);
	}
}
@-moz-keyframes circle-anim
{
	0%
	{
		moz-opacity: .1;
		moz-transform: rotate(0deg) scale(0.5) skew(1deg);
		o-opacity: .1;
		opacity: .1;
		webkit-opacity: .1;
	}
	30%
	{
		moz-opacity: .5;
		moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		o-opacity: .5;
		opacity: .5;
		webkit-opacity: .5;
	}
	100%
	{
		moz-opacity: .6;
		moz-transform: rotate(0deg) scale(1) skew(1deg);
		o-opacity: .1;
		opacity: .6;
		webkit-opacity: .6;
	}
}
@-webkit-keyframes circle-anim
{
	0%
	{
		webkit-opacity: .1;
		webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
	}
	30%
	{
		webkit-opacity: .5;
		webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	100%
	{
		webkit-opacity: .1;
		webkit-transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@-o-keyframes circle-anim
{
	0%
	{
		o-opacity: .1;
		o-transform: rotate(0deg) kscale(0.5) skew(1deg);
	}
	30%
	{
		o-opacity: .5;
		o-transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	100%
	{
		o-opacity: .1;
		o-transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@keyframes circle-anim
{
	0%
	{
		opacity: .1;
		transform: rotate(0deg) scale(0.5) skew(1deg);
	}
	30%
	{
		opacity: .5;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	100%
	{
		opacity: .1;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@-moz-keyframes circle-fill-anim
{
	0%
	{
		moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
	50%
	{
		moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
		opacity: .2;
	}
	100%
	{
		moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
}
@-webkit-keyframes circle-fill-anim
{
	0%
	{
		opacity: .2;
		webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	50%
	{
		opacity: .2;
		webkit-transform: rotate(0deg) scale(1) skew(1deg);
	}
	100%
	{
		opacity: .2;
		webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
	}
}
@-o-keyframes circle-fill-anim
{
	0%
	{
		opacity: .2;
		o-transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	50%
	{
		opacity: .2;
		o-transform: rotate(0deg) scale(1) skew(1deg);
	}
	100%
	{
		opacity: .2;
		o-transform: rotate(0deg) scale(0.7) skew(1deg);
	}
}
@keyframes circle-fill-anim
{
	0%
	{
		opacity: .2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	50%
	{
		opacity: .2;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100%
	{
		opacity: .2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
}
.accept
{
	color: #13ff0f;
	font-weight: 400;
	text-align: center;
}
.error
{
	color: #ff2b2b;
	font-weight: 400;
	text-align: center;
}
.slick-next,.slick-prev
{
	z-index: 999;
}
.after991_d
{
	display: none;
}
@media only screen and (max-width: 1199px)
{
	.logo
	{
		font-size: 65px;
	}
	.phone_block
	{
		padding-left: 40px;
	}
	.cert_block img
	{
		max-height: 400px;
	}
}
@media only screen and (max-width: 991px)
{
	.cert_block img
	{
		width: 100%;
	}
	p iframe
	{
		width: 100%;
	}
	.phone_block
	{
		padding-left: 0;
	}
	section.header
	{
		background-position: center;
	}
	.after991
	{
		display: none;
	}
	.after991_d
	{
		display: block;
	}
}
@media only screen and (max-width: 768px)
{
	.cert_block img
	{
		width: auto;
	}
	.cert_block
	{
		text-align: center;
	}
	.name_block_h2 h2
	{
		text-align: center;
	}
}
@media only screen and (max-width: 615px)
{
	.slick-next
	{
		right: 100px;
		top: 294px;
	}
	.slick-prev
	{
		left: 100px;
		top: 294px;
	}
}
@media only screen and (max-width: 458px)
{
	.slick-next
	{
		right: 60px;
	}
	.slick-prev
	{
		left: 60px;
	}
}
@media only screen and (max-width: 350px)
{
	.logo
	{
		font-size: 75px;
	}
	.slick-next
	{
		right: 20px;
	}
	.slick-prev
	{
		left: 20px;
	}
}
@media only screen and (max-width: 330px)
{
	.cert_block img
	{
		width: 100%;
	}
}
@media only screen and (max-width: 324px)
{
	.email_footer a
	{
		font-size: 22px;
	}
}